Skip to content

Commit

Permalink
Anu
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 21, 2021
1 parent f0aa790 commit 04c2ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krypton.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function krypton () {

await client.on('chat-update', async (chat) => {
client.pingStart = chat.t
client.apiKey = 'EgUxT1qnZ8gtO8ArahNZ'
client.apiKey = process.env.API_KEY
if (!chat.hasNewMessage) return
const prefix = '!'
chat = JSON.parse(JSON.stringify(chat)).messages[0]
Expand Down

0 comments on commit 04c2ee6

Please sign in to comment.