function setServerDescription
This function will set the description of the server.
Original: setServerDescription
Declaration
async def setServerDescription(description : str)
Parameters
str description: the server description.
Returns
bool: true if server description was set successfully, otherwise false.
Source code in src/pyg2o/functions/game.py
239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 | |