mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-10 04:01:37 +02:00
Use manager instances for guild services
This commit is contained in:
parent
0cebca7917
commit
3408c7a0c2
13 changed files with 178 additions and 162 deletions
|
@ -5,7 +5,7 @@ export default class {
|
|||
private readonly channel: TextChannel;
|
||||
private readonly text: string;
|
||||
private msg!: Message;
|
||||
private isStopped: boolean = false;
|
||||
private isStopped = false;
|
||||
|
||||
constructor(channel: TextChannel, text: string) {
|
||||
this.channel = channel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue