Added birthday watcher #401
This commit is contained in:
		| @@ -72,6 +72,9 @@ class ServerConfigMutation(QueryABC): | ||||
|         server_config.xp_per_achievement = ( | ||||
|             input["xpPerAchievement"] if "xpPerAchievement" in input else server_config.xp_per_achievement | ||||
|         ) | ||||
|         server_config.xp_for_birthday = ( | ||||
|             input["xpForBirthday"] if "xpForBirthday" in input else server_config.xp_for_birthday | ||||
|         ) | ||||
|         server_config.afk_command_channel_id = ( | ||||
|             input["afkCommandChannelId"] if "afkCommandChannelId" in input else server_config.afk_command_channel_id | ||||
|         ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user