瀏覽代碼

.

tags/v1.0.0
roxie 6 年之前
父節點
當前提交
b8e9781dd0
共有 1 個文件被更改,包括 1 次插入6 次删除
  1. +1
    -6
      cogs/reddit.py

+ 1
- 6
cogs/reddit.py 查看文件

@@ -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…
取消
儲存