소스 검색

fixed some naughty swears

tags/v1.3.0
roxie 6 년 전
부모
커밋
b4bdb1f280
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      cogs/util.py

+ 1
- 1
cogs/util.py 파일 보기

@@ -132,7 +132,7 @@ class Util():
msg = "".join(urls)
return await self.bot.say(msg)
else:
return await self.bot.say("Send me shit to upload nig")
return await self.bot.say("Send me stuff to upload.")

@bot.command(pass_context=True, aliases=["emoji"]) # This command will only work with normal emoji once I can put in something to get the svgs for twiemoji and convert em
async def emote(self, ctx, emote):

Loading…
취소
저장