Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 227 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 227 Bytes

A basic, simple and efficient way to load up cogs in Discord.py

cogs = ['cogs.example1', 'cogs.example2', 'cogs.example3']

'cogs...' being the folder which contains your cogs, and example being your script.