aboutsummaryrefslogtreecommitdiff
path: root/examples/06_command_framework/src
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-02-15 09:27:39 -0800
committerZeyla Hellyer <[email protected]>2017-02-15 09:27:39 -0800
commit1787e00eab126680932076e24ac820cad0bfc383 (patch)
tree54aab4f5dc5a1f211a76af4272d1b983cc049a84 /examples/06_command_framework/src
parentUpdate README for `methods` feature removal (diff)
downloadserenity-1787e00eab126680932076e24ac820cad0bfc383.tar.xz
serenity-1787e00eab126680932076e24ac820cad0bfc383.zip
Update doctests for Context changes
Due to the Context having many methods removed, the doctests were failing. Update the doctests to use alternative methods to accomplish the same. Example: Before: ```rust context.say("hi"); ``` After: ```rust message.channel_id.say("hi") ```
Diffstat (limited to 'examples/06_command_framework/src')
0 files changed, 0 insertions, 0 deletions