diff --git a/build/react-frontend/src/Components/BotDeets/BotDeets.js b/build/react-frontend/src/Components/BotDeets/BotDeets.js index 5ea1c26..d43ddd3 100755 --- a/build/react-frontend/src/Components/BotDeets/BotDeets.js +++ b/build/react-frontend/src/Components/BotDeets/BotDeets.js @@ -61,8 +61,6 @@ function BotDeets() { if (botState.loading) { return

Sorry, still loading...

} - - return

Sorry, still making this... soon soon.

const dd = botState.botData const cmds = dd.commands @@ -82,8 +80,8 @@ function BotDeets() { ) } else { return ( - - +

Sorry, still making this... soon soon.

+ Coming soon! Bot control panel!