This commit is contained in:
Yessiest 2021-11-27 03:54:44 +04:00
parent b97c3397e6
commit be19b49807
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ local help_command = command("help",{
embed.description = "Check again later"
end
else
embed.title = "SuppaBot-FW-r3 commands:"
embed.title = "512mb.org commands:"
embed.description = "use ``help <command>`` to view help messages. (type ``help help`` for more info)"
embed.fields = {}
for k,v in pairs(command_handler:get_commands_metadata().plugins) do