diff --git a/src/handle/runtime/events/ready.js b/src/handle/runtime/events/ready.js index 2a86e19..afe5dbc 100644 --- a/src/handle/runtime/events/ready.js +++ b/src/handle/runtime/events/ready.js @@ -1,5 +1,8 @@ const Discord = require('discord.js'); module.exports = async client => { + client.prefix = "n?"; + require('../../startup/run/hello')(client); // startup info + require('../../startup/run/setstatus')(client); }; \ No newline at end of file