#How can i send a message in a specific guild using guild id?
1 messages · Page 1 of 1 (latest)
await bot.rest.create_message(channel_id, ...)
https://www.hikari-py.dev/hikari/impl/rest.html#hikari.impl.rest.RESTClientImpl.create_message

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