From d427e843719c9d5eabf4c26577a7786bac7b059e Mon Sep 17 00:00:00 2001 From: MrMelon54 Date: Mon, 16 Jan 2023 00:24:07 +0000 Subject: [PATCH] Add bot http interactions and active developer flags --- go.mod | 2 +- module/discord/pages/index.go.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c133ee2..32ea9a8 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/module/discord/pages/index.go.html b/module/discord/pages/index.go.html index e34df93..24cb4bc 100644 --- a/module/discord/pages/index.go.html +++ b/module/discord/pages/index.go.html @@ -109,6 +109,12 @@ {{if checkFlag . 262144}}
  • Discord Certified Moderator
  • {{end}} + {{if checkFlag . 524288}} +
  • Bot HTTP interactions
  • + {{end}} + {{if checkFlag . 4194304}} +
  • Active Developer
  • + {{end}} {{end}}