-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathai.txt
1 lines (1 loc) · 1.8 KB
/
ai.txt
1
Convert this text to a programmatic command:\n\nExample: Ask Constance if we need some bread.\n[action: `send msg`, target:`constance`, content:`Do we need some bread?`]\n\nExample: delete this channel.\n[action: `delete channel`, target:`current channel`, guild:`current guild`]\n\nExample: delete the channel test.\n[action: `delete channel`, target:`test`, guild:`current guild`]\n\nExample: delete the channel test on the guild something.\n[action: `delete channel`, target:`test`, guild:`something`]\n\nExample: delete the channel test on the server something.\n[action: `delete channel`, target:`test`, guild:`something`]\n\nExample: in one hour, delete the channel test.\n[action: `delete channel`, target:`test`, guild:`something`, await:`60`]\n\nExample: in one day ask thebrainfox for some help.\n[action: `send msg`, target:`thebrainfox`, await:`1440`]\n\nExample: create the channel test.\n[action: `create channel`, target:`test`, guild:`current guild`]\n\nExample: create the channel test on the guild something.\n[action: `create channel`, target:`test`, guild:`something`]\n\nExample: create the channel test on the guild something.\n[action: `create channel`, target:`test`, guild:`something`]\n\nExample: ban myself of this guild.\n[action: `ban`, target:`current user`, guild:`current guild`]\n\nExample: send an embed.\n[action: `send embed`, target:`current channel`, title:`this is the title`, content:`this is the content`]\n\nExample: send an embed with "name" as the title\n[action: `send embed`, target:`current channel`, title:`name`, content:`this is the content`]\n\nExample: send an embed with "blah blah blah" as the content\n[action: `send embed`, target:`current channel`, title:`this is the title`, content:`blah blah blah`]\n\nExample: mute kosei\n[action: `mute`, target:`kosei`, channel:`current channel`]\n\n