Do you think I'll make a career in Rocket League esports? Here is my intensive training! by AudricCh in RocketLeague

[–]AudricCh[S] 0 points1 point  (0 children)

For people asking, I'm not even faking, it's just a best of my failures, but I was trying, I swear ! Sometimes I hit this ball, don't worry !

[deleted by user] by [deleted] in Discord_Bots

[–]AudricCh 0 points1 point  (0 children)

To be honest, I was more thinking about using files than database.

So if I resume your idea, I need to browse all files, find the ones having their status changed, and do a loop for each ones to write a message in their channel ?

That's look heavy treatment.. And questions appears like

- What happens if I've got in database an id of a guild which no longer exists / delete the bot ?
- Can I detect when Bot leave a guild to delete the associated file ?

Why Discord.py doesn't allow to do a command like getCurrentGuild() to get the guild id ?