From 5c6a48537a0ef49c6ec65631792a98845286ae5b Mon Sep 17 00:00:00 2001 From: Helixu Date: Thu, 16 Dec 2021 16:56:49 +0000 Subject: [PATCH] disabled gib hug until an issue is fixed --- bot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bot.py b/bot.py index 57ffa5a..43d1fb0 100644 --- a/bot.py +++ b/bot.py @@ -4,8 +4,6 @@ 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', @@ -55,7 +53,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(ctx.author.name+f" hugs {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") @bot.command(brief="gives the top.gg vote link") async def vote(ctx):