Quellcode durchsuchen

change traa command to gss command

tags/v1.1.3
roxie vor 6 Jahren
Ursprung
Commit
695b1d2c09
2 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen
  1. +4
    -0
      README.md
  2. +2
    -2
      cogs/reddit.py

+ 4
- 0
README.md Datei anzeigen

@@ -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 Datei anzeigen

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

Laden…
Abbrechen
Speichern