diff options
| author | acdenisSK <[email protected]> | 2017-09-30 14:38:20 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-09-30 14:38:20 +0200 |
| commit | 336916865633fd6c69870db2f8d77ba0a7ea4a90 (patch) | |
| tree | 34f485fc5d41adfbd1c8810ae5fcb165f5e419f9 /src/framework/standard | |
| parent | Change the way users' command handlers are stored as (diff) | |
| parent | Fix a few things with the framework trait (diff) | |
| download | serenity-336916865633fd6c69870db2f8d77ba0a7ea4a90.tar.xz serenity-336916865633fd6c69870db2f8d77ba0a7ea4a90.zip | |
Merge branch 'v0.4.1' into v0.5.0
Diffstat (limited to 'src/framework/standard')
| -rw-r--r-- | src/framework/standard/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/framework/standard/mod.rs b/src/framework/standard/mod.rs index 1f4a33e..dc065f0 100644 --- a/src/framework/standard/mod.rs +++ b/src/framework/standard/mod.rs @@ -956,6 +956,4 @@ impl Framework for StandardFramework { fn update_current_user(&mut self, user_id: UserId, is_bot: bool) { self.user_info = (user_id.0, is_bot); } - - fn initialized(&self) -> bool { self.initialized } } |