aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-09-30 14:37:41 +0200
committeracdenisSK <[email protected]>2017-09-30 14:37:41 +0200
commit05f158fc89f2adc82e31cf4b93706dc7d25e11d8 (patch)
tree0232174006c56c50aa82bfb9dbeac8fac69b5245 /src/framework/standard
parentFix User::tag and CurrentUser::tag discrim output (diff)
downloadserenity-05f158fc89f2adc82e31cf4b93706dc7d25e11d8.tar.xz
serenity-05f158fc89f2adc82e31cf4b93706dc7d25e11d8.zip
Fix a few things with the framework trait
Diffstat (limited to 'src/framework/standard')
-rw-r--r--src/framework/standard/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/framework/standard/mod.rs b/src/framework/standard/mod.rs
index ffee5d2..feda6a3 100644
--- a/src/framework/standard/mod.rs
+++ b/src/framework/standard/mod.rs
@@ -958,6 +958,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 }
}