Skip to content

Commit

Permalink
table name hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Battle committed Aug 28, 2020
1 parent 3b15c90 commit c1b7a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ db.pragma('journal_mode = wal');
* ------------------------------------------------------------------------------------------------ */
// BOT SETTINGS TABLE
db.prepare(`
CREATE TABLE IF NOT EXISTS settings1 (
CREATE TABLE IF NOT EXISTS settings (
guild_id TEXT PRIMARY KEY,
guild_name TEXT,
prefix TEXT DEFAULT "c!" NOT NULL,
Expand Down

0 comments on commit c1b7a40

Please sign in to comment.