disabled gib hug until an issue is fixed

This commit is contained in:
Helixu 2021-12-16 16:56:49 +00:00
parent f48a9e0bf2
commit 5c6a48537a

5
bot.py
View file

@ -4,8 +4,6 @@ import discord
from discord import File, Streaming, Game, Activity, ActivityType, Status from discord import File, Streaming, Game, Activity, ActivityType, Status
from discord.ext import commands, tasks from discord.ext import commands, tasks
import io, aiohttp, asyncio, json, random, logging, requests import io, aiohttp, asyncio, json, random, logging, requests
foxmsgs = [ foxmsgs = [
'floofy fox', 'floofy fox',
'here fops', 'here fops',
@ -55,7 +53,8 @@ async def fox(ctx):
async def hug(ctx, *, name=None): async def hug(ctx, *, name=None):
if not name: if not name:
return await ctx.send("Foxtrot hugs "+ctx.author.name+"! :3") 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 <https://code.cat.casa/IPD/Foxtrot>")
#await ctx.send(ctx.author.name+f" hugs {name}! :3")
@bot.command(brief="gives the top.gg vote link") @bot.command(brief="gives the top.gg vote link")
async def vote(ctx): async def vote(ctx):