mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
Feat: Make =server <x> not be in a codebloc
This commit is contained in:
parent
0e2f3e929b
commit
28b1844904
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class MinecraftServer(
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
await ctx.reply("```\n" + servers[server] + "\n```")
|
await ctx.reply(servers[server])
|
||||||
|
|
||||||
@command(
|
@command(
|
||||||
aliases = ("players", "playerlist"),
|
aliases = ("players", "playerlist"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue