visual correction
This commit is contained in:
parent
ab5afd7d23
commit
d4b1586072
@ -202,7 +202,7 @@ class WynncraftCog(commands.Cog):
|
||||
s = ":green_circle: **%s** connecté sur %s" % (online_player["data"][0]["username"], online_player["data"][0]["meta"]["location"]["server"])
|
||||
full_text += s + "\n"
|
||||
if not online_players:
|
||||
full_text = "Personne n'est connecté :disappointed_relieved:"
|
||||
full_text = "Personne n'est connecté :disappointed_relieved:\n"
|
||||
full_text += "\n*Dernière mise à jour: %s*" % datetime.datetime.now().strftime("%d-%m-%Y %H:%M:%S")
|
||||
online_channel = self.bot.get_channel(750100968766701708)
|
||||
update_msg = await online_channel.fetch_message(await self.config.guild(guild).update_msg())
|
||||
|
Loading…
Reference in New Issue
Block a user