Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikifar2012 committed Aug 8, 2023
1 parent d22d612 commit c8a3ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
admin_role: '',
mod_role: '',
welcome_channel: '',
enviroment_role: '',
environment_role: '',
},
mariadb: {
host: 'db',
Expand Down
2 changes: 1 addition & 1 deletion utilities/custom-vc.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ async function Create(newState) {
],
},
{
id: env.discord.enviroment_role,
id: env.discord.environment_role,
deny: [
PermissionFlagsBits.ViewChannel,
PermissionFlagsBits.Connect,
Expand Down

0 comments on commit c8a3ab9

Please sign in to comment.