Skip to content

Commit

Permalink
Disable that for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapy7261 committed Jan 31, 2023
1 parent dd8785c commit 0296265
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cogs/setserver.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from discord.ext import commands, bridge
from discord.ext import commands#, bridge
class SetServer(commands.Cog):
def __init__(self, bot):
self.bot = bot

@bridge.bridge_command(aliases=["set"], description="Set the default server to use if no argument is provided in the status command.")
async def setserver(self, ctx, server = None):
if server is None:
return await ctx.respond("Please provide a server IP.")
await ctx.defer()
#@bridge.bridge_command(aliases=["set"], description="Set the default server to use if no argument is provided in the status command.")
#async def setserver(self, ctx, server = None):
# if server is None:
# return await ctx.respond("Please provide a server IP.")
# await ctx.defer()
#This is up to Miataboy to implement

def setup(bot):
Expand Down

0 comments on commit 0296265

Please sign in to comment.