Bladeren bron

.

tags/v1.0.0
roxie 6 jaren geleden
bovenliggende
commit
b8e9781dd0
1 gewijzigde bestanden met toevoegingen van 1 en 6 verwijderingen
  1. +1
    -6
      cogs/reddit.py

+ 1
- 6
cogs/reddit.py Bestand weergeven

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

Laden…
Annuleren
Opslaan