Remove unused file
All checks were successful
Build and push container image / build (push) Successful in 39s
All checks were successful
Build and push container image / build (push) Successful in 39s
This commit is contained in:
parent
895afa113e
commit
c932acb0e6
@ -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
|
||||
}
|
Reference in New Issue
Block a user