Skip to content

Commit

Permalink
Fix conflits
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiyarGHD authored Apr 6, 2023
1 parent 800af2d commit adf17fd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions resources/config.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
<?php

<<<<<<< HEAD
define('BOT_TOKEN', '// Bot Token');
define('BOT_ID', '// Bot ID');
define('CHAT_ID', []);
define('OWNER_ID', 1234567);
=======

define('BOT_TOKEN', 'Bot Token');
define('BOT_ID', 'Bot ID');
define('CHAT_ID', []);
define('OWNER_ID', 1234);
>>>>>>> c83ce6b (Revert missing dependencies)
define('OWNER_ID', 12345678);
define('DEBUG_MODE', true);

0 comments on commit adf17fd

Please sign in to comment.