Explorar el Código

change traa command to gss command

tags/v1.1.3
roxie hace 6 años
padre
commit
695b1d2c09
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
  1. +4
    -0
      README.md
  2. +2
    -2
      cogs/reddit.py

+ 4
- 0
README.md Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar