Skip to content
2 changes: 1 addition & 1 deletion interactions/client/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ async def __sync(self) -> None: # sourcery no-metrics
raise LibraryException(50001, message="Missing Access |")
if _guild_id not in _guild_ids:
log.warning(f"The bot is not in guild with id {_guild_id}")
raise LibraryException(50001, message="Missing Access |")
continue
if _guild_command["name"] not in __check_guild_commands[_guild_id]:
self.__guild_commands[_guild_id]["clean"] = False
self.__guild_commands[_guild_id]["commands"].append(_guild_command)
Expand Down