diff --git a/.github/workflows/main.yml b/.github/workflows/main.ignore similarity index 100% rename from .github/workflows/main.yml rename to .github/workflows/main.ignore diff --git a/discord/teammakerv2.py b/discord/teammakerv2.py index e910d50..1392512 100644 --- a/discord/teammakerv2.py +++ b/discord/teammakerv2.py @@ -34,6 +34,10 @@ bot = commands.Bot(command_prefix="!", intents=intents) async def on_ready(): print(f'Bot is ingelogd als {bot.user}') +@bot.command() +async def test(ctx): + await ctx.send("Test geslaagd!") + @bot.command() async def teamify(ctx, *args): for arg in args: