function getServerDescription
This function will get the description of the server.
Original: getServerDescription
Declaration
async def getServerDescription() -> str
Returns
str: Server description.
Source code in src/pyg2o/functions/game.py
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | |