Skip to content

Commit

Permalink
Updates gitignore and bot permissions, add submodule
Browse files Browse the repository at this point in the history
- add example-cog submodule
- Update bot permissions to no longer be admin

Signed-off-by: Diana <dmoore@xn4p4lm.com>
  • Loading branch information
xN4P4LM committed Feb 13, 2024
1 parent e49b75e commit eb101e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
**/values.dev.yaml
LICENSE
README.md
**/cogs
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ cloudflare.ini
# ignore shell configs
*.config

# ignore sensitve shell scripts
*.shs

### OS generated files ###

# mac files
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "example-cog"]
path = cogs/example-cog
url = git@github.com:xN4P4LM-org/example-cog.git
1 change: 1 addition & 0 deletions cogs/example-cog
Submodule example-cog added at 99b018
2 changes: 1 addition & 1 deletion event_handlers/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def on_ready(): # pylint: disable=invalid-name
logger.info(
"Invite URL: \
%shttps://discord.com/api/oauth2/authorize?\
client_id=%s&permissions=8&scope=bot%s",
client_id=%s&permissions=70368744177655&scope=bot%s",
TerminalColors.GREEN_BOLD,
bot.user.id,
TerminalColors.RESET_COLOR,
Expand Down

0 comments on commit eb101e8

Please sign in to comment.