Browse Source

change traa command to gss command

tags/v1.1.3
roxie 6 years ago
parent
commit
695b1d2c09
2 changed files with 6 additions and 2 deletions
  1. +4
    -0
      README.md
  2. +2
    -2
      cogs/reddit.py

+ 4
- 0
README.md View File

@@ -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 View File

@@ -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")

Loading…
Cancel
Save