Add bot http interactions and active developer flags

This commit is contained in:
Melon 2023-01-16 00:24:07 +00:00
parent b5bb66634b
commit d427e84371
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
2 changed files with 7 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module code.mrmelon54.com/melon/tools
go 1.18
go 1.19
require (
code.gitea.io/sdk/gitea v0.15.1

View File

@ -109,6 +109,12 @@
{{if checkFlag . 262144}}
<li>Discord Certified Moderator</li>
{{end}}
{{if checkFlag . 524288}}
<li>Bot HTTP interactions</li>
{{end}}
{{if checkFlag . 4194304}}
<li>Active Developer</li>
{{end}}
</ul>
{{end}}
</div>