Remove unused file
All checks were successful
Build and push container image / build (push) Successful in 39s

This commit is contained in:
toast 2023-10-20 09:25:13 +11:00
parent 895afa113e
commit c932acb0e6

View File

@ -1,11 +0,0 @@
package toolbox
import (
"github.com/disgoorg/disgo/rest"
"github.com/disgoorg/snowflake/v2"
)
func RESTGuild_Name(ID snowflake.ID, BotToken string) string {
guild, _ := rest.Guilds.GetGuild(rest.NewGuilds(rest.NewClient(BotToken)), ID, false)
return guild.Name
}