added permission management

This commit is contained in:
2024-02-20 09:59:16 +01:00
parent 200d3eaa15
commit 4b4dcff397
3 changed files with 40 additions and 2 deletions

View File

@@ -55,3 +55,7 @@ func main() {
defer removeCommandFromAllGuilds(discord)
discord.Close()
}
func int64Ptr(i int64) *int64 {
return &i
}