Skip to content

Commit

Permalink
Update constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
potovzuc authored Jan 30, 2021
1 parent 337ffce commit 17d155f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const CHANNEL_NAME = 'Ethem_Baba';
export const OAUTH_TOKEN = 'oauth:wktw41pn0oviaedliedmdm3qwy21vi';
export const BOT_USERNAME = 'potovzuc';
export const CHANNEL_NAME = '#yourChannelName';
export const OAUTH_TOKEN = 'oauth:yourToken';
export const BOT_USERNAME = 'yourChannelName';
export const BLOCKED_WORDS = [
'cats',
'dogs',
]
'badword1',
'badword2',
]

0 comments on commit 17d155f

Please sign in to comment.