#Help me with my error
1 messages · Page 1 of 1 (latest)
send code
yes if its a global command and youve just pushed changes to it
global commands take up to 1 hour to cache on discords side
if youre developing commands on a global scale consider using debug_guilds in your bot constructor
yea
what
.
or add to slash command guild_ids like @slash_command(guild_ids=[id])
🤔
yea
yea
u can add this
hmm
ow
no
into other brackets
not in intents
and move this
bot = commands.Bot('!', intents=discord.Intents.all(), activity=watching, debug_guilds=[ur guild id])
the more important question is why do you have two?
yea
use this
youre developing slash commands
but with debug_guilds all global commands will be registered to the given guilds instead for development purposes
add and send screen
remove last line
and move watching before first line
move watching now
and replace ur guild id to your server id
yea good
go test
hm
try this
watching = discord.Game(name="/help")
and replace "!" to command_prefix = "!"
in commands.Bot
you can ignore it if youre on master
hm
check guild id, maybe its not correct
o
u add bot with create commands perms?
with this