forked from sh-edraft.de/sh_discord_bot
		
	Fixed typing #70
This commit is contained in:
		| @@ -46,7 +46,7 @@ class ServerDTO(DtoABC): | ||||
|         self._server_id = int(values['serverId']) | ||||
|         self._discord_id = int(values['discordId']) | ||||
|         self._name = values['name'] | ||||
|         self._icon_url = int(values['iconURL']) | ||||
|         self._icon_url = values['iconURL'] | ||||
|  | ||||
|     def to_dict(self) -> dict: | ||||
|         return { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user