#Cogs/extensions failing to load :p

1 messages · Page 1 of 1 (latest)

void spire
#

random guess, can you change the name of the class to Test (and in add_cog)

#

keep the filename as test.py, only change the class name

#

what's the full error

#

well NoEntryPointError is probably better than ExtensionNotFound

#

can you print discord.version_info

#

can you show your full file tree?

#

in load_extension, add "cogs." to the start of the filename

#

allgood