diff --git a/src/constants.js b/src/constants.js index 5a03a5f..fd057c4 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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', -] \ No newline at end of file + 'badword1', + 'badword2', +]