Skip to content

Commit

Permalink
conv 1of2
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jan 3, 2024
1 parent 2d0a026 commit 0ac4cd7
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions source/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,13 @@ class client {

) {

// variables <
// setup <
this.guildId = guildId;
this.channelId = channelId;
this.openaiToken = openaiToken;
this.discordToken = discordToken;
this.applicationId = applicationId;

// >

// commands <
this.commands = {

'conch' : new conch(),
'choose' : new choose()

};

// >

// objects <
this.discussion = new discussion(this.openaiToken);
this.client = new Client({

Expand All @@ -65,6 +52,16 @@ class client {

// >

// commands <
this.commands = {

'conch' : new conch(),
'choose' : new choose()

};

// >

}


Expand Down

0 comments on commit 0ac4cd7

Please sign in to comment.