mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix Lint
This commit is contained in:
@@ -8,16 +8,12 @@ XIAO_WEBHOOK_ID=
|
||||
XIAO_WEBHOOK_TOKEN=
|
||||
|
||||
# Emoji IDs
|
||||
FAILURE_EMOJI_ID=
|
||||
FAILURE_EMOJI_NAME=
|
||||
GOLD_FISH_EMOJI_ID=
|
||||
GOLD_FISH_EMOJI_NAME=
|
||||
MOCKING_EMOJI_ID=
|
||||
MOCKING_EMOJI_NAME=
|
||||
SILVER_FISH_EMOJI_ID=
|
||||
SILVER_FISH_EMOJI_NAME=
|
||||
SUCCESS_EMOJI_ID=
|
||||
SUCCESS_EMOJI_NAME=
|
||||
|
||||
# API Keys, IDs, and Secrets
|
||||
ALPHA_VANTAGE_KEY=
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
const crypto = require('crypto');
|
||||
const { SUCCESS_EMOJI_ID } = process.env;
|
||||
const yes = ['yes', 'y', 'ye', 'yeah', 'yup', 'yea', 'ya'];
|
||||
const no = ['no', 'n', 'nah', 'nope', 'nop'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user