mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
7 lines
120 B
Text
7 lines
120 B
Text
class {sub_class}({super_class}):
|
|
{docstring}
|
|
ID = {id}
|
|
"""``str``: RPC Error ID"""
|
|
MESSAGE = __doc__
|
|
|
|
|