So, I’ve gotten pretty far in making my bot, but there is one thing I need, and that is to check if a guild is that one specific guild. For example:
If ([current guild] == ExampleGuild1) {
var variable = 1
}
If the guild was ExampleGuild1, the variable would have been 1, but if the guild was ExampleGuild2, the variable wouldn’t have been. Is there a way to do this?