mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore: prettier shell stuff
This commit is contained in:
parent
a9af2d10bd
commit
c7afd84e1e
12 changed files with 204 additions and 341 deletions
8
src/discord-bot/.gitignore
vendored
8
src/discord-bot/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
.env
|
||||
vendor
|
||||
discord
|
||||
discord.exe
|
||||
.env
|
||||
vendor
|
||||
discord
|
||||
discord.exe
|
||||
|
|
|
@ -2,6 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
|
||||
"github.com/lampjaw/discordclient"
|
||||
"k8s.io/klog"
|
||||
|
@ -35,3 +36,7 @@ func defaultResponse(message discordclient.Message) string {
|
|||
strings.MentionResponseData{GuildID: guild, AppURL: appURL},
|
||||
)
|
||||
}
|
||||
|
||||
func imLampjawAndIWriteFuckingStupidBackendCodeLikeAChumpster() error {
|
||||
return errors.New("fuck you lol")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue