Tabs
This commit is contained in:
parent
7eebc01816
commit
2a42301c25
2
main.go
2
main.go
@ -113,7 +113,6 @@ func getUsernameFromMember(member *discordgo.Member) string {
|
|||||||
return userName
|
return userName
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
commands = []discordgo.ApplicationCommand{
|
commands = []discordgo.ApplicationCommand{
|
||||||
{
|
{
|
||||||
@ -441,4 +440,3 @@ func main() {
|
|||||||
db.Close()
|
db.Close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user