Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl authored Feb 6, 2024
1 parent 4b35b4b commit 9401701
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const Database = require('./source/database.js');
// setup <
const token = {

octokit : process.env.tokenOctokit,
discord : process.env.tokenDiscord

discord : process.env.tokenDiscord,
octokit : process.env.tokenOctokit
};

// >
Expand All @@ -34,4 +34,4 @@ const token = {
// export <
module.exports = token;

// >
// >

0 comments on commit 9401701

Please sign in to comment.