mirror of
https://github.com/SrIzan10/templates.git
synced 2026-05-01 11:05:17 +00:00
fix: remove empty events option causing git errors
This commit is contained in:
@@ -14,7 +14,7 @@ Sern.init({
|
||||
client,
|
||||
defaultPrefix: '!', // removing defaultPrefix will shut down text commands
|
||||
commands: 'src/commands',
|
||||
events: '', // join discord server to learn how to load events!
|
||||
// events: 'src/events' (optional),
|
||||
});
|
||||
|
||||
client.login();
|
||||
|
||||
@@ -14,7 +14,7 @@ Sern.init({
|
||||
client,
|
||||
defaultPrefix: '!', // removing defaultPrefix will shut down text commands
|
||||
commands: 'dist/commands',
|
||||
events: '', // join discord server to learn how to load events!
|
||||
// events: 'dist/events' (optional),
|
||||
});
|
||||
|
||||
client.login();
|
||||
|
||||
Reference in New Issue
Block a user