We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b41d0 commit 7c3aaa8Copy full SHA for 7c3aaa8
botstrap.py
@@ -144,7 +144,7 @@ def upgrade_server_to_community_if_necessary(
144
payload = self.guild_info
145
146
if COMMUNITY_FEATURE not in payload["features"]:
147
- log.warning("This server is currently not a community, upgrading.")
+ log.info("This server is currently not a community, upgrading.")
148
payload["features"].append(COMMUNITY_FEATURE)
149
payload["rules_channel_id"] = rules_channel_id_
150
payload["public_updates_channel_id"] = announcements_channel_id_
0 commit comments