1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 00:47:44 +00:00

Feat: Make =server <x> not be in a codebloc

This commit is contained in:
RGBCube 2023-02-06 22:32:35 +03:00
parent 0e2f3e929b
commit 28b1844904

View file

@ -76,7 +76,7 @@ class MinecraftServer(
)
return
await ctx.reply("```\n" + servers[server] + "\n```")
await ctx.reply(servers[server])
@command(
aliases = ("players", "playerlist"),