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:
parent
6b0dc50689
commit
f9d272fee2
5 changed files with 29 additions and 2 deletions
|
@ -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': {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue