amélioration explication
This commit is contained in:
parent
3e1f7e383d
commit
c788ef904b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class Internet(commands.Cog):
|
||||||
|
|
||||||
@commands.command(name='news', aliases=['rss'])
|
@commands.command(name='news', aliases=['rss'])
|
||||||
async def _news(self, ctx, *, arg = ""):
|
async def _news(self, ctx, *, arg = ""):
|
||||||
"""Info random sur le domaine de l'informatique\n ➡ Syntaxe: .news/rss [site/liste]"""
|
"""Info random dans le domaine de l'informatique\n ➡ Syntaxe: .news/rss [site/liste]"""
|
||||||
|
|
||||||
rss_website = {
|
rss_website = {
|
||||||
"anandtech": "https://www.anandtech.com/rss/",
|
"anandtech": "https://www.anandtech.com/rss/",
|
||||||
|
|
Reference in a new issue