mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 05:51:42 +02:00
More Formatting Woot
This commit is contained in:
@@ -141,7 +141,7 @@ client.once('ready', () => {
|
||||
});
|
||||
|
||||
process.on('unhandledRejection', function(reason, p) {
|
||||
console.log("[Error] A Possibly Unhandled Rejection has Occurred. " + reason + p);
|
||||
console.log("[Error] A Possibly Unhandled Rejection has Occurred. " + reason);
|
||||
});
|
||||
|
||||
client.login(config.token);
|
||||
|
||||
Reference in New Issue
Block a user