#How can i send a message in a specific guild using guild id?

1 messages · Page 1 of 1 (latest)

late swift
#

You need a channel id to send a message anywhere

#

not a guild id

#

but when you have the channel it’s this:

#

./tag channel message

final cloakBOT
late swift
#

specify guilds=[123] in the @command decorator

#

that’s just for one command though

#

yes

#

I forgot there was 2 @command decorators 💀

#

my bad

#

also, you should make that option be of type hikari.User

#

that way you won’t have to manually verify that the user enters a valid user id

#

oh it’s guilds