1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00

add command invocation metrics

This commit is contained in:
io mintz 2021-04-06 03:51:54 +00:00
parent 6b0dc50689
commit f9d272fee2
5 changed files with 29 additions and 2 deletions

View file

@ -13,6 +13,11 @@
'discord': 'sek.rit.token',
},
# required for metrics
# configure it according to https://magicstack.github.io/asyncpg/current/api/index.html#connection
'database': {
},
'ignore_bots': {
'default': True,
'overrides': {

View file

@ -10,5 +10,5 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You may find a copy of the GNU Affero General Public License at https://github.com/EmoteBot/EmoteManager/blob/master/LICENSE.md.
You may find a copy of the GNU Affero General Public License at https://github.com/EmoteBot/EmoteManager/blob/metrics/LICENSE.md.
The rest of the source code is also there.