Skip to content

Commit

Permalink
🔀 Merge pull request #1576 from TF2Autobot/fix-broken-halt
Browse files Browse the repository at this point in the history
Fix broken halt command
  • Loading branch information
idinium96 authored Jun 23, 2023
2 parents c9c2fa7 + 6217e82 commit df08cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/classes/Bot.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import SteamID from 'steamid';
import SteamUser, { EPersonaState, EResult } from 'steam-user';
import SteamUser from 'steam-user';
import { EResult, EPersonaState } from 'steam-user';
import TradeOfferManager, { CustomError, EconItem } from '@tf2autobot/tradeoffer-manager';
import SteamCommunity from '@tf2autobot/steamcommunity';
import SteamTotp from 'steam-totp';
Expand Down

0 comments on commit df08cff

Please sign in to comment.