diff options
| author | 2018-08-30 18:06:46 +0100 | |
|---|---|---|
| committer | 2018-08-30 18:07:50 +0100 | |
| commit | d37fc4434387f4f9aff6fd6f37e3fb98a48ad436 (patch) | |
| tree | 16650756617125883b893dd175bb39d2b6ed5ee9 /modules/lastfm.py | |
| parent | Merge pull request #6 from jesopo/master (diff) | |
use assure_call for trakt.py and lastfm.py
Diffstat (limited to 'modules/lastfm.py')
| -rw-r--r-- | modules/lastfm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lastfm.py b/modules/lastfm.py index 56da9b29..e8a2545e 100644 --- a/modules/lastfm.py +++ b/modules/lastfm.py @@ -9,7 +9,7 @@ class Module(object): self.bot = bot bot.events.on("postboot").on("configure").on( - "set").call(setting="lastfm", + "set").assure_call(setting="lastfm", help="Set username on last.fm") bot.events.on("received").on("command").on("np", |
