/[sudobot]/trunk/src/client/Client.ts
ViewVC logotype

Diff of /trunk/src/client/Client.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 77 by rakin, Mon Jul 29 17:28:30 2024 UTC revision 81 by rakin, Mon Jul 29 17:28:31 2024 UTC
# Line 19  import AutoClear from '../automod/AutoCl Line 19  import AutoClear from '../automod/AutoCl
19  import RandomStatus from '../services/RandomStatus';  import RandomStatus from '../services/RandomStatus';
20  import DebugLogger from '../services/DebugLogger';  import DebugLogger from '../services/DebugLogger';
21  import BaseCLICommand from '../utils/structures/BaseCLICommand';  import BaseCLICommand from '../utils/structures/BaseCLICommand';
22    import discordModals from 'discord-modals';
23    
24  export default class DiscordClient extends Client {  export default class DiscordClient extends Client {
25      private _commands = new Collection<string, BaseCommand>();      private _commands = new Collection<string, BaseCommand>();
# Line 77  export default class DiscordClient exten Line 78  export default class DiscordClient exten
78          this.debugLogger = new DebugLogger(this);          this.debugLogger = new DebugLogger(this);
79                    
80          DiscordClient.client = this;          DiscordClient.client = this;
81            discordModals(this);
82      }      }
83    
84      get commands(): Collection<string, BaseCommand> {      get commands(): Collection<string, BaseCommand> {

Legend:
Removed from v.77  
changed lines
  Added in v.81

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26