Skip to content

Commit

Permalink
Merge pull request #33 from PretendoNetwork/head-mod-accept-applications
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow authored Jul 27, 2024
2 parents 90d6c30 + 53a8bc5 commit 33eb7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { SlashCommandBuilder } = require('@discordjs/builders');

const editableOptions = [
'admin_role_id',
'head_mod_role_id',
'unverified_role_id',
'developer_role_id',
'mod_applications_channel_id',
Expand Down
1 change: 1 addition & 0 deletions src/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ async function connect() {
await database.run(`CREATE TABLE IF NOT EXISTS server_settings (
guild_id TEXT,
admin_role_id TEXT,
head_mod_role_id TEXT,
unverified_role_id TEXT,
developer_role_id TEXT,
mod_applications_channel_id TEXT,
Expand Down

0 comments on commit 33eb7ce

Please sign in to comment.