#Can't get object voice channel
1 messages · Page 1 of 1 (latest)
Moreover, the channel exists
I'm trying to take the channel name that comes after the dot in author text and get the given channel object
fetching the guild u don't get channel list
print guild.channels, will be empty list
Exactly
But how can I get a guild then?
If i use self.bot.get_guild(id) - i get " "
if i use self.bot.fetch_guild(id) - i get guild, but can't get channels
Simply don't do shit in on_ready. Cog or otherwise.
In terms of? What do you propose to do? Do it in the main file through the bot variable, not cog?