diff options
| author | 2019-03-21 13:41:23 -0400 | |
|---|---|---|
| committer | 2019-03-21 13:41:23 -0400 | |
| commit | fa430043ed44c6e5d202f04ae1cfd8f7781c97ff (patch) | |
| tree | 144c274964db47b473f5ad50c014def3a5926519 | |
| parent | set up bot directory for pride event (diff) | |
update bot name to Proud Bot
| -rw-r--r-- | bot/seasons/pride/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/seasons/pride/__init__.py b/bot/seasons/pride/__init__.py index a0c65753..7f06ff3b 100644 --- a/bot/seasons/pride/__init__.py +++ b/bot/seasons/pride/__init__.py @@ -8,7 +8,7 @@ class Pride(SeasonBase):      """      name = "pride" -    bot_name = "Spookybot" +    bot_name = "ProudBot"      greeting = "Happy Pride Month!"      # Duration of season | 
