Переглянути джерело

change traa command to gss command

tags/v1.1.3
roxie 6 роки тому
джерело
коміт
695b1d2c09
2 змінених файлів з 6 додано та 2 видалено
  1. +4
    -0
      README.md
  2. +2
    -2
      cogs/reddit.py

+ 4
- 0
README.md Переглянути файл

@@ -11,6 +11,10 @@ A simple Discord Bot used by me personally, written for fun.

## Changelog

#### v1.1.3
###### Changes
- Changed to traa command to gss and point to the /r/gaysoundsshitposts subreddit

#### v1.1.2
###### Bug Fixes
- Fixed a bug when a user only the '@everyone' role.

+ 2
- 2
cogs/reddit.py Переглянути файл

@@ -247,11 +247,11 @@ class Reddit():


@bot.command(pass_context=True)
async def traa(self, ctx):
async def gss(self, ctx):
"""
Gives you the best trans memes ever
"""
subreddit = "traaaaaaannnnnnnnnns"
subreddit = "gaysoundsshitposts"
links = Scrapper().linkget(subreddit, True)
if not links:
return await self.bot.say("Error ;-; That subreddit probably doesn't exist. Please check your spelling")

Завантаження…
Відмінити
Зберегти