diff --git a/bot.py b/bot.py index 43d1fb0..173a6b0 100644 --- a/bot.py +++ b/bot.py @@ -4,6 +4,8 @@ import discord from discord import File, Streaming, Game, Activity, ActivityType, Status from discord.ext import commands, tasks import io, aiohttp, asyncio, json, random, logging, requests + + foxmsgs = [ 'floofy fox', 'here fops', @@ -53,8 +55,8 @@ async def fox(ctx): async def hug(ctx, *, name=None): if not name: return await ctx.send("Foxtrot hugs "+ctx.author.name+"! :3") - await ctx.send("This command is temporarily disabled until a major issue is fixed. We are sorry for the downtime, updates can be seen at ") #await ctx.send(ctx.author.name+f" hugs {name}! :3") + await ctx.send("This command is currently disabled until an issue is fixed.") @bot.command(brief="gives the top.gg vote link") async def vote(ctx):