This commit is contained in:
tumGER 2018-12-23 15:30:11 +01:00
commit 79707d49e6
3 changed files with 7 additions and 3 deletions

View file

@ -13,8 +13,8 @@ Based on https://gitlab.com/ao/dpybotbase
- [x] membercount command - [x] membercount command
- [ ] Verification (and reset) - [ ] Verification (and reset)
- [ ] Logging joins, leaves, role changes, deletes, bans, kicks - [ ] Logging joins, leaves, role changes, deletes, bans, kicks
- [ ] Moderation commands (ban, kick, approve, revoke, addhacker, removehacker, lock, unlock, softlock, mute, unmute, playing, botnickname, nickname, clear) - [ ] Moderation commands (ban, kick, userinfo, approve-revoke, addhacker-removehacker, lock-softlock-timelock-unlock, mute-mutetime-unmute, playing, botnickname, nickname, clear, probate-unprobate)
- [ ] Warns system (warn, delwarn, listwarns, clearwarns, clearwarnsid, listwarnsid, delwarnid) - [ ] Warns system (warn, delwarnid-delwarn, listwarns-listwarnsid, clearwarns-clearwarnsid)
- [ ] User notes - [ ] User notes
- [x] Meme commands and pegaswitch (honestly the easiest part) - [x] Meme commands and pegaswitch (honestly the easiest part)
- [ ] .serr and .err - [ ] .serr and .err

View file

@ -3,7 +3,6 @@ import sys
import logging import logging
import logging.handlers import logging.handlers
import traceback import traceback
from pathlib import Path
import aiohttp import aiohttp
import config import config

View file

@ -30,6 +30,11 @@ class Meme:
await ctx.send(f"{user.mention} warmed." await ctx.send(f"{user.mention} warmed."
f" User is now {random.randint(0, 100)}°C.") f" User is now {random.randint(0, 100)}°C.")
@commands.command(hidden=True)
async def memebercount(self, ctx):
"""Checks memeber count, as requested by dvdfreitag"""
await ctx.send("There's like, uhhhhh a bunch")
@commands.command(hidden=True) @commands.command(hidden=True)
async def frolics(self, ctx): async def frolics(self, ctx):
"""test""" """test"""