"admincmd": "Here's all the commands that only the owner (you) can use :\n\n**/gitpull** : Pulls the latest changes from GitHub\n**/broadcast** : Send something to all the users\n**/sendto user_id** : Same as broadcast but for a single user. Doesn't handle replies for now…\n**/ban user_id** : Ban an user. He can no longer use your bot, except if…\n**/unban user_id** : …you unban him. All his stats and settings stays saved after a ban\n**/user user_id** : Know more about the use of your bot by a single user\n**/user2 user_id** : Get full info about an [User](https://docs.pyrogram.org/api/types/User) (info returned by Pyrogram)\n**/self** : Get full info about me (info returned by Pyrogram)\n**/getthumbs** : Get all the thumbnails on the server\n**/redbutton** : __Does nothing yet__\n**/maintenance** : Put the bot in or out of maintenance mode. No tasks can be processed while on\n**/cleanall** : Same as `/clean`, but for the whole server\n**/cleantasks** : Same as `/cleanall`, plus removes them from the database\n**/logs** : Send you the logs (all of them). Useful for bug tracking. Send them to **@EDM115** if you don't understand them/need help\n**/restart** : Does a basic restart, less intrusive as the `/redbutton` one\n**/dbexport** : ~~Exports the whole database as CSV~~ __Does nothing yet__\n**/eval code** : Evaluate a piece of code. Useful for debugging\n**/exec code** : Execute a piece of code. Useful for debugging\n**/admincmd** : This message\n**/commands** : For all the other commands",
0 commit comments