countdown-bot

A Discord bot that runs countdown games and generates analytics
git clone https://git.ashermorgan.net/countdown-bot/
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-12-31 00:26Update dependenciesAsher Morgan1+1-0
2024-12-30 23:58Update dockerfiles and README.mdAsher Morgan3+6-6
2024-06-12 21:17Dockerize the botAsher Morgan6+85-16
2024-05-04 23:19Update analytics functions and proceduresAsher Morgan1+10-11
2024-05-02 04:23Add screenshotsAsher Morgan7+13-0
2024-04-28 02:34Remove support for multiple default prefixesAsher Morgan5+15-12
2024-04-28 02:20Remove user discriminatorsAsher Morgan1+2-2
2024-04-28 02:19Fix timezones for negative UTC offsets, againAsher Morgan2+9-10
2024-04-28 01:55Fix timezones for negative UTC offsetsAsher Morgan2+11-10
2024-04-27 23:37Reorganize files and cogsAsher Morgan12+817-778
2024-04-27 22:37Merge pull request #3 from ashermorgan/postgresqlashermorgan11+1158-990
2024-04-27 22:37Update README.mdAsher Morgan1+32-27
2024-04-27 22:32Reimplement countdown timezonesAsher Morgan5+168-62
2024-04-27 18:00Remove sqlalchemyAsher Morgan8+36-687
2024-04-27 17:41Update analytics commands to use postgresql dbAsher Morgan6+190-179
2024-04-26 21:21Use dict row factoryAsher Morgan3+14-15
2024-04-26 01:29Update config command to use postgresql dbAsher Morgan3+81-32
2024-04-25 01:26Update activate, deactivate, and reload commandsAsher Morgan5+76-45
2024-04-24 03:33Update botUtilities to use postgresql dbAsher Morgan3+141-89
2024-04-22 02:48Implement reactions tableAsher Morgan2+119-64
2024-04-21 22:32Connect bot to postgresql dbAsher Morgan3+6-2
2024-04-21 22:09Update schema to use BIGINT IDsAsher Morgan3+31-31
2024-04-21 21:53Implement prefixes tableAsher Morgan2+49-5
2024-04-21 20:28Implement getContextCountdown in SQLAsher Morgan1+50-0
2024-04-21 19:32Reorganize models and improve formattingAsher Morgan4+413-335
2024-04-21 18:45Implement remaining analytic functionsAsher Morgan1+103-8
2024-04-21 03:31Implement most analytic functions and proceduresAsher Morgan1+177-3
2024-04-07 17:12Implement addMessage procedureAsher Morgan1+51-0
2024-04-07 03:36Add basic schemaAsher Morgan1+15-0
2024-04-01 02:30Rename package from src to countdown_botAsher Morgan14+1385-1385
2024-03-31 19:43Move settings from settings.json to .envAsher Morgan6+36-46
2024-03-31 02:53Update to work with discord.py v2.0Asher Morgan2+11-5
2021-08-11 16:04Fix bug in progress embed etaashermorgan1+2-1
2021-08-10 23:44Add longest break info to progress embedashermorgan2+42-0
2021-07-25 01:25Implement loggingashermorgan6+30-22
2021-07-10 22:19Make command prefixes case insensitiveashermorgan2+8-4
2021-07-08 20:26Update permissions in invite URLashermorgan1+1-1
2021-07-06 23:36Add more information to heatmap embedashermorgan1+23-6
2021-07-05 01:09Move historical contributor logic to models.pyashermorgan2+45-18
2021-07-03 23:02Clean up code and improve help informationashermorgan5+108-60
2021-07-03 21:26Improve error handlingashermorgan5+242-268
2021-07-02 21:44Improve getContextCountdown behavior for DMsashermorgan2+59-56
2021-06-29 23:58Improve on_message handlerashermorgan1+1-1
2021-06-29 23:16Improve help output and add on_guild_join handlerashermorgan2+30-1
2021-06-29 21:49Implement heatmap commandashermorgan4+193-39
2021-06-29 18:41Fix bug in getContextCountdown methodashermorgan1+1-1
2021-06-27 18:15Merge pull request #2 from ashermorgan/refactorashermorgan12+1658-1451
2021-06-27 18:00Fix bug in run.pyashermorgan2+7-7
2021-06-27 17:55Improve error handling in leaderboard commandashermorgan1+4-2
2021-06-27 17:49Implement Countdown.getTimezone methodashermorgan2+27-14
2021-06-27 02:22Create CountdownBot classashermorgan7+106-99
2021-06-26 16:45Refactor projectashermorgan10+1623-1465
2021-06-25 23:10Implement database location settingashermorgan3+33-31
2021-06-25 22:07Rename data.json to settings.jsonashermorgan4+13-13
2021-06-25 21:04Implement SQLite databaseashermorgan5+804-785
2021-06-24 04:04Store messages in data.json so bot loads fasterashermorgan1+123-117
2021-05-31 03:59Implement analytics commandashermorgan1+41-0
2021-05-03 18:26Implement eta commandashermorgan1+152-3
2021-05-01 22:08Preserve order of custom prefixesashermorgan1+1-1
2021-04-23 19:55Add legend to contributors pie chartashermorgan1+4-1
2021-04-22 21:13Use separate figures for each command callashermorgan1+26-29
2021-03-23 20:23Allow users to use mentions in leaderboard commandAsherMorgan1+20-23
2021-03-04 02:04Stop bot from responding to @everyoneAsherMorgan1+1-1
2021-02-27 16:45Ensure there is always at least one active prefixAsherMorgan1+6-6
60 more commits remaining, fetch the repository