Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add memechan live coins list into settings #193

Merged
merged 5 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into feature/add-memechan-live-coins-list
  • Loading branch information
avernikoz committed May 11, 2024
commit 3da854768ba13c496a85bb848c87480be2cdc63f
2 changes: 1 addition & 1 deletion src/menu/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Menu, MenuRange } from '@grammyjs/menu';
import { ConversationId } from '../chains/conversations.config';
import { CommonConversationId } from '../chains/conversations.config';
import { showMemechanLiveCoinsList } from '../chains/memecoin-list/showMemechanList';
import { showRefundsPage } from '../chains/refunds/showRefundsPage';
import { assets, home } from '../chains/sui.functions';
Expand Down
2 changes: 2 additions & 0 deletions src/middleware/callbackQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import { retryAndGoHomeButtonsData } from '../inline-keyboards/retryConversation
import { BotContext } from '../types';
import { CallbackQueryData } from '../types/callback-queries-data';
import { showMemechanLiveCoinsList } from '../chains/memecoin-list/showMemechanList';
import { isConversationId } from './conversations/type-guards';
import { enterConversation } from './conversations/utils';

export function useCallbackQueries(bot: Bot<BotContext>) {
bot.callbackQuery('close-conversation', async (ctx) => {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.