Fix clock title
This commit is contained in:
parent
1a920dfeca
commit
8bb5a46f24
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class Utility:
|
||||||
await self.bot.say(embed=em)
|
await self.bot.say(embed=em)
|
||||||
else:
|
else:
|
||||||
tt = utc.strftime(form)
|
tt = utc.strftime(form)
|
||||||
em = discord.Embed(title='Heure à ' + args[1].title(), description="A [{}]({}) {}, Il est **{}** ! \n {} \n _source des images et du texte : [Wikimedia foundation](http://commons.wikimedia.org/)_".format(str(args), site, str(country), str(tt), str(description)), colour=0xEEEEEE)
|
em = discord.Embed(title='Heure à ' + args.title(), description="A [{}]({}) {}, Il est **{}** ! \n {} \n _source des images et du texte : [Wikimedia foundation](http://commons.wikimedia.org/)_".format(str(args), site, str(country), str(tt), str(description)), colour=0xEEEEEE)
|
||||||
em.set_thumbnail(url = img)
|
em.set_thumbnail(url = img)
|
||||||
await self.bot.say(embed=em)
|
await self.bot.say(embed=em)
|
||||||
except UnboundLocalError:
|
except UnboundLocalError:
|
||||||
|
|
Loading…
Reference in a new issue