style: pretty

This commit is contained in:
EvolutionX
2022-07-28 16:28:40 +05:30
parent 59540efda4
commit f2632d4317

View File

@@ -14,7 +14,7 @@ Sern.init({
client,
defaultPrefix: '!', // removing defaultPrefix will shut down text commands
commands: 'dist/commands',
// events: 'dist/events' (optional),
// events: 'dist/events' (optional),
});
client.login();