From e9adfb5706d9db9c6a2dcba8044eb6f5c377f3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 2 Mar 2020 22:15:29 +0200 Subject: [PATCH] Update config.js --- struct/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/struct/config/config.js b/struct/config/config.js index 23320db..e90fb11 100644 --- a/struct/config/config.js +++ b/struct/config/config.js @@ -16,7 +16,7 @@ module.exports = { invite: "https://discordapp.com/api/oauth2/authorize?client_id=684109535312609409&permissions=3427328&scope=bot", //Settings devMode: false, - prefix: "#", + prefix: "rx>", devPrefix: "-", volume: 5, }