Skip to content

Commit 7c3aaa8

Browse files
fix: use info logs for anything that hasn't gone wrong
1 parent 72b41d0 commit 7c3aaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def upgrade_server_to_community_if_necessary(
144144
payload = self.guild_info
145145

146146
if COMMUNITY_FEATURE not in payload["features"]:
147-
log.warning("This server is currently not a community, upgrading.")
147+
log.info("This server is currently not a community, upgrading.")
148148
payload["features"].append(COMMUNITY_FEATURE)
149149
payload["rules_channel_id"] = rules_channel_id_
150150
payload["public_updates_channel_id"] = announcements_channel_id_

0 commit comments

Comments
 (0)