Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
fix(index.js): fixed typo of the ownerid
Browse files Browse the repository at this point in the history
  • Loading branch information
animafps committed Jan 6, 2021
1 parent b9ac796 commit c4bd350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const database = require('better-sqlite3');
const db = new database('settings.db');

const client = new commando.Client({
owner: process.env.OWENERID || ownerID,
owner: process.env.OWNERID || ownerID,
commandPrefix: process.env.PREFIX || prefix,
invite: process.env.INVITE || invite,
});
Expand Down

0 comments on commit c4bd350

Please sign in to comment.