Browse Source

.

tags/v1.0.0
roxie 6 years ago
parent
commit
b8e9781dd0
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      cogs/reddit.py

+ 1
- 6
cogs/reddit.py View File

@@ -6,7 +6,7 @@ import random
import requests
from bs4 import BeautifulSoup

# Warning, this cog sucks so much but hopefully it works and doesn't break the bot too much
# Warning, this cog sucks so much but hopefully it works and doesn't break the bot too much. Just lazily edited old code and bodged it into this one.


class RedditMedia:
@@ -158,9 +158,6 @@ class Scrapper():
return url2





class Reddit():
def __init__(self, Bot):
self.bot = Bot
@@ -207,7 +204,5 @@ class Reddit():
return await self.bot.say(text + url)




def setup(Bot):
Bot.add_cog(Reddit(Bot))

Loading…
Cancel
Save