File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,7 @@ export const loadOptions = async (
3939 resolve ( options . srcDir ! , dir ! )
4040 )
4141 options . scanDirs = [ ...new Set ( options . scanDirs ) ]
42- options . defaultPrefix = options . defaultPrefix || '!'
43-
44- const intents = options . client ?. intents || [
45- 'Guilds' ,
46- 'GuildMessages' ,
47- 'MessageContent' ,
48- 'GuildMembers'
49- ]
50-
5142 options . client = options . client || { }
52- options . client . intents = intents
5343
5444 return options
5545}
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export interface HarmonixOptions {
2626 modals : HarmonixModalInput [ ]
2727 selectMenus : HarmonixSelectMenuInput [ ]
2828 preconditions : HarmonixPreconditionInput [ ]
29- defaultPrefix : string
3029 client : ClientOptions
3130 clientId : string
3231 ownerIds : string [ ]
You can’t perform that action at this time.
0 commit comments