Skip to content

Commit

Permalink
Rename controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chisa-dev committed Jan 25, 2025
1 parent 11b4b1a commit ba7704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require('dotenv').config();
const TelegramBot = require('node-telegram-bot-api');
const axios = require('axios');
const { correctGrammar, getUserInfo } = require('./helpers');
const db = require('./database');
const db = require('./controller.js');
const { handleInlineContent } = require('./inline_query');
const { handleYoutubeDownload } = require('./youtube_downloader.js');
const { handleTikTokDownload } = require('./tiktok_downloader.js');
Expand Down

0 comments on commit ba7704a

Please sign in to comment.