Skip to content

Commit

Permalink
feat: add server log command (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored Jul 7, 2024
1 parent ccb2784 commit a551713
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,17 @@ const commands = [
"/test_mode True"
]
},
{
"name": "server logs",
"type": "Set-Up",
"description": "Create a log channel",
"usage": [
"/server logs [channel]"
],
"examples": [
"/server logs #admin-log-channel"
]
},

// ~ General
{
Expand Down

0 comments on commit a551713

Please sign in to comment.